home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / CHIP Heft 2.iso / data / FP_2000 / PFILES / COMMON / MSSHARED / THEMES / BARCODE / BARCODE.ELM / graph1.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1998-10-21  |  1.9 KB  |  85 lines

  1. .mstheme
  2. {
  3.     nav-banner-image: url(bcabnr.gif);
  4.     separator-image: url(bcarule.gif);
  5.     list-image-1: url(bcabull1.gif);
  6.     list-image-2: url(bcabull2.gif);
  7.     list-image-3: url(bcabull3.gif);
  8.     navbutton-horiz-pushed: url(bcahns.gif);
  9.     navbutton-horiz-normal: url(bcahnd.gif);
  10.     navbutton-horiz-hovered: url(bcahnm.gif);
  11.     navbutton-vert-pushed: url(bcavns.gif);
  12.     navbutton-vert-normal: url(bcavnd.gif);
  13.     navbutton-vert-hovered: url(bcavnm.gif);
  14.     navbutton-home-normal: url(bcahomd.gif);
  15.     navbutton-home-hovered: url(bcahomm.gif);
  16.     navbutton-home-pushed: url(bcahomd.gif);
  17.     navbutton-up-normal: url(bcaupd.gif);
  18.     navbutton-up-hovered: url(bcaupm.gif);
  19.     navbutton-up-pushed: url(bcaupd.gif);
  20.     navbutton-prev-normal: url(bcapred.gif);
  21.     navbutton-prev-hovered: url(bcaprem.gif);
  22.     navbutton-prev-pushed: url(bcapred.gif);
  23.     navbutton-next-normal: url(bcanexd.gif);
  24.     navbutton-next-hovered: url(bcanexm.gif);
  25.     navbutton-next-pushed: url(bcanexd.gif);
  26. }
  27. .mstheme-bannertxt
  28. {
  29.     font-family: Impact, Arial, Helvetica;
  30.     font-size: 6;
  31.     text-align: left;
  32.     vertical-align: bottom;
  33.     color: rgb(255,255,204);
  34. }
  35. .mstheme-horiz-navtxt
  36. {
  37.     font-family: Verdana, Arial, Helvetica;
  38.     font-size: 2;
  39.     font-weight: bold;
  40.     color: rgb(204,204,153);
  41. }
  42. .mstheme-vert-navtxt
  43. {
  44.     font-family: Verdana, Arial, Helvetica;
  45.     font-size: 2;
  46.     font-weight: bold;
  47.     color: rgb(204,204,153);
  48. }
  49. .mstheme-navtxthome
  50. {
  51.     font-family: Verdana, Arial, Helvetica;
  52.     font-size: 1;
  53.     color: rgb(0,51,51);
  54. }
  55. .mstheme-navtxtup
  56. {
  57.     font-family: Verdana, Arial, Helvetica;
  58.     font-size: 1;
  59.     color: rgb(0,51,51);
  60. }
  61. .mstheme-navtxtprev
  62. {
  63.     font-family: Verdana, Arial, Helvetica;
  64.     font-size: 1;
  65.     color: rgb(0,51,51);
  66. }
  67. .mstheme-navtxtnext
  68. {
  69.     font-family: Verdana, Arial, Helvetica;
  70.     font-size: 1;
  71.     color: rgb(0,51,51);
  72. }
  73. UL
  74. {
  75.     list-style-image:url(bcabull1.gif);
  76. }
  77. UL UL
  78. {
  79.     list-style-image:url(bcabull2.gif);
  80. }
  81. UL UL UL
  82. {
  83.     list-style-image:url(bcabull3.gif);
  84. }
  85.